Action

public final class Action extends AsyncCallbackAction<R>

An action providing a response to the SelectClientCertificateCallback.

Constructors

Link copied to clipboard
public void SelectClientCertificateCallback.Action(Consumer<SelectClientCertificate.Response> consumer)

Functions

Link copied to clipboard
public void cancel()
Notifies the browser that the SSL authorization should be cancelled.
Link copied to clipboard
public final boolean isClosed()
Returns true if this action is closed.
Link copied to clipboard
public void select(ClientCertificate clientCertificate)
Notifies the browser that the given clientCertificate should be selected.
public void select(int index)
Notifies the browser that the client certificate from the list with the given index should be selected.